Created : 08/04/2025
Author : themazine
Email :
support@themazine.com
First of all, thank you for purchasing the Logiz - Transportation & Logistics HTML5 Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the Profile Page.
Logiz is a clean, modern design tailored for logistics companies. Featuring responsive design, it ensures optimal performance across devices. With easy navigation, customizable elements, and integrated booking forms, it simplifies showcasing services and managing client interactions. Ideal for businesses aiming to enhance their online presence effectively.
In download folder you will find Two folder:
Documentation (Documentation for main template)Template (Main Template)margin or padding. Don't get panic if you messed up anything when you edit the template. We are always available to support our customer. Follow the steps below to setup your site template:
Template folder to find all the template files. You wil get logiz folder in there. You need to upload this folder to your hosting web server using FTP or cPanel in order to use it on your website.logiz/css - Stylesheet fileslogiz/fonts - Icon/fonts fileslogiz/images - Image fileslogiz/inc - contact from filelogiz/js - js fileslogiz/scss - sass fileslogiz/vendor - plugins filesWe are used the latest Bootstrap v5.3.3 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.
The code block above is powered by SyntaxHighlighter.
Favicon Will be found in head section.
<link rel="icon" type="image/png" sizes="56x56" href="images/fav-icon/icon.png">
The Logo will be found in the Theme Main Menu section.
<div class="logo order-lg-0"><a href="index.html" class="d-flex align-items-center"><img src="images/logo/logo_01.png" alt="" ></a></div>
You can replace any .jpg .png .svg logo. And set the width according to your logo size.
In Logiz we use Instrument Sans, and
Poppins font.
You can change both fonts form scss/base.scss file:
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
You can edit your form simply and quickly. Open contact.php from inc folder and add your email into $sendTo field
<?php
/*
* CONFIGURE EVERYTHING HERE
*/
// an email address that will be in the From field of the email.
$from = 'Logiz <demo@domain.com>';
// an email address that will receive the email with the output of the form
$sendTo = 'Logiz contact form <demo@domain.com>'; // Add Your emnail here
// subject of the email
$subject = 'New message from Logiz';
// form field names and their translations.
// array variable name => Text to appear in the email
$fields = array('Fname' => 'First Name', 'Lname' => 'Last Name', 'email' => 'Email', 'phone' => 'Phone', 'message' => 'Message');
// message that will be displayed when everything is OK
$okMessage = 'Thank you, We will get back to you soon!';
// If something goes wrong, we will display this message.
$errorMessage = 'There was an error while submitting the form. Please try again later';
?>
The style.css file contains all of the specific stylings for the page. The file is separated into sections using:
This file includes core bootstrap styles
SourceThis file contains bootstrap icon library
Source
<i class="bi bi-person"></i>
This file contains styles about Fontawesome icon library
Source
<i class="fab fa-facebook-square"></i>
This file contains styles about fancybox
This file contains styles about slick carousel plugin
SourceAll styles about template
jQuery is a fast, small, and feature-rich JavaScript library.
SourceCore bootstrap js file
SourcejQuery carousel plugin from Slick
SourceA lightweight script to animate scrolling.Reveal Animations When You Scroll.
SourcefancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.
SourceThis file contains all script about site.
dd/mm/yy